home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_email_codecs.py < prev    next >
Text File  |  2005-10-18  |  285b  |  12 lines

  1. # Copyright (C) 2002 Python Software Foundation
  2. # email package unit tests for (optional) Asian codecs
  3.  
  4. import unittest
  5. # The specific tests now live in Lib/email/test
  6. from email.test.test_email_codecs import suite
  7.  
  8.  
  9.  
  10. if __name__ == '__main__':
  11.     unittest.main(defaultTest='suite')
  12.